1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-25 16:01:14 +02:00

bump to 1.3.

This commit is contained in:
Kushagra Gour
2016-05-11 16:18:07 +05:30
parent 8bdd007b89
commit 9fc4ec3d89

View File

@@ -1,16 +1,16 @@
{ {
"name": "Web Maker", "name": "Web Maker",
"version": "1.2", "version": "1.3",
"manifest_version": 2, "manifest_version": 2,
"description": "Convert new tabs into an offline playground for your web experiments", "description": "Convert new tabs into an offline playground for your web experiments",
"chrome_url_overrides" : { "chrome_url_overrides" : {
"newtab": "index.html" "newtab": "index.html"
}, },
"homepage_url": "http://kushagragour.in/lab/web-maker", "homepage_url": "https://kushagragour.in/lab/web-maker",
"permissions": [ "permissions": [
"storage" "storage"
], ],
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-oEJh/gQdHXu0Vw34Jd7uSMA+d9M2HnPWjJvHIqRgs0w='; object-src 'self'", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": { "icons": {
"16": "icon-16.png", "16": "icon-16.png",
"48": "icon-48.png" "48": "icon-48.png"