Initial commit
This commit is contained in:
30
manifest.json
Normal file
30
manifest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"update_url": "https://clients2.google.com/service/update2/crx",
|
||||
|
||||
"name": "Wayback Machine Auto-Archiver",
|
||||
"version": "0.3.3",
|
||||
"description": "Automatically Archive Pages.",
|
||||
"permissions": [
|
||||
"https://web.archive.org/*",
|
||||
"tabs"
|
||||
],
|
||||
"browser_action": {
|
||||
"default_icon": {
|
||||
"16": "images/icon16.png",
|
||||
"32": "images/icon32.png",
|
||||
"48": "images/icon48.png",
|
||||
"128": "images/icon128.png"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"16": "images/icon16.png",
|
||||
"32": "images/icon32.png",
|
||||
"48": "images/icon48.png",
|
||||
"128": "images/icon128.png"
|
||||
},
|
||||
"manifest_version": 2,
|
||||
"background": {
|
||||
"scripts": ["background.js"],
|
||||
"persistent": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user