28 lines
609 B
JSON
28 lines
609 B
JSON
{
|
|
"name": "Substitution",
|
|
"version": "0.1.1",
|
|
"manifest_version": 2,
|
|
"description": "Replaces words for amusement.",
|
|
"homepage_url": "http://extensionizr.com",
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"default_locale": "en",
|
|
"background": {
|
|
"scripts": [
|
|
"src/bg/background.js"
|
|
],
|
|
"persistent": true
|
|
},
|
|
"options_page": "src/options/index.html",
|
|
"browser_action": {
|
|
"default_icon": "icons/icon19.png",
|
|
"default_title": "Substitute"
|
|
},
|
|
"permissions": [
|
|
"https://*/*",
|
|
"http://*/*"
|
|
]
|
|
} |