Installing Webextension on Firefox Fails
about:debugging
to load a temporary add-on and select manifest.json to display only There was an error during installation:Extension is invalid
What should I do?
manifest.json
{
"manifest_version"—2,
"name": "Beastify",
"version" : 1.0,
"description": "add a browser action icon to the toolbar. Click the button to choose a best. The active tab's body content is then replaced with a picture of the choosen best.",
"icons": {
"48": "icons/beasts-48.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons/beasts-32.png",
"default_title": "Beastify",
"default_popup": "popup/choose_beast.html"
},
"web_accessible_resources":[
"beasts/frog.jpg",
"beasts/turtle.jpg",
"beasts/snake.jpg"
]
}
javascript
json
firefox
"version" is a string and "description" is up to 132 characters...
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.